library(RPyGeo)
http://rforwork.info/2015/05/28/an-r-enthusiast-goes-pythonic/
http://www.r-bloggers.com/choosing-r-or-python-for-data-analysis-an-infographic/
x = 'hello, python world!'
print(x.split(' '))
## ['hello,', 'python', 'world!']
pyinstaller.py --onedir --name=my_app HelloWorld.py